home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / GoldED / Add-Ons / envMDT22 / Install.bat < prev    next >
DOS Batch File  |  1999-07-06  |  662b  |  20 lines

  1. ; install new presets (%0%: mouse configuration)
  2.  
  3. INSTALL PRESET="presets/microdot.syntax"
  4. INSTALL PRESET="presets/microdot.display"
  5. INSTALL PRESET="presets/microdot.api"
  6.  
  7. ; create new keyboard configuration (based on the default keyboard)
  8.  
  9. INSTALL PRESET="presets/microdot.keyboard" MERGEKEY="anytext"
  10.  
  11. ; create new context menu (based on context menu currently used for standard text)
  12.  
  13. INSTALL PRESET="%0%" MERGECONTEXT "anytext"
  14.  
  15. ; install new filetype
  16.  
  17. FILETYPE ADD="(#?.mdt)" PRI=127 DUP="anytext.mdt" PRESETS "microdot.syntax" "microdot.keyboard" "microdot.display" "microdot.api" "microdot.mouse"
  18.  
  19. INFO MSG="Installation complete, please RESTART GoldED."
  20.